home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILECONFIRMSAVEDIALOG / TFILECONFIRMSAVEDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  72 lines

  1. inherited FileConfirmSaveDialog: TFileConfirmSaveDialog
  2.   Left = 324
  3.   Top = 136
  4.   Caption = '%'
  5.   ClientWidth = 353
  6.   OnClose = FormClose
  7.   OnCreate = FormCreate
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Image: TUiImage
  12.     Left = 16
  13.     Top = 16
  14.     Width = 32
  15.     Height = 32
  16.   end
  17.   object ConfirmLbl: TUiLabel
  18.     Left = 64
  19.     Top = 24
  20.     Height = 13
  21.     Caption = 'Save changes?'
  22.   end
  23.   object YesBtn: TUiButton
  24.     Left = 99
  25.     Top = 128
  26.     Width = 87
  27.     Caption = 'Save Checked'
  28.     Default = True
  29.     ModalResult = 6
  30.     TabOrder = 0
  31.     AutoSize = asRight
  32.   end
  33.   object CancelBtn: TUiButton
  34.     Left = 273
  35.     Top = 128
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.     AutoSize = asRight
  41.   end
  42.   object NoBtn: TUiButton
  43.     Left = 193
  44.     Top = 128
  45.     Caption = 'Save None'
  46.     ModalResult = 7
  47.     TabOrder = 1
  48.     AutoSize = asRight
  49.   end
  50.   object LeftEdit: TUiCheckBox
  51.     Left = 64
  52.     Top = 56
  53.     Height = 17
  54.     Caption = 'Left file'
  55.     TabOrder = 3
  56.   end
  57.   object RightEdit: TUiCheckBox
  58.     Left = 64
  59.     Top = 80
  60.     Height = 17
  61.     Caption = 'Right file'
  62.     TabOrder = 4
  63.   end
  64.   object CenterEdit: TUiCheckBox
  65.     Left = 64
  66.     Top = 104
  67.     Height = 17
  68.     Caption = 'Center file'
  69.     TabOrder = 5
  70.   end
  71. end
  72.